home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1997 February
/
macformat-047.iso
/
Demos
/
Chiller Killers
/
Chiller
/
Chiller.DXR
/
00553.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-11-28
|
203 b
|
11 lines
on transform
global x, y
set x to random(1200)
puppetSprite(1, 1)
set the width of sprite 1 to x
set y to random(240)
set the height of sprite 1 to y
updateStage()
puppetSprite(1, 0)
end